home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / Speech Synthesis Manager / Scripting / Read Me next >
Encoding:
Text File  |  1996-05-21  |  437 b   |  6 lines  |  [TEXT/ttxt]

  1. The "Say" file goes in the Scripting Additions folder in the Extensions folder.  This adds text-to-speech functionality to AppleScript.  The format of the script statement is:
  2.  
  3. say <text to say> [using <voice>] [display <text to display>]
  4.  
  5. The <text to display> argument will be displayed in the speech recognition feedback window if speech recognition is running and the feedback window is active.  Otherwise, that argument is ignored.
  6.